home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / diskwarn / RCS / diskwarn.man,v < prev   
Encoding:
Text File  |  1991-06-05  |  1.6 KB  |  69 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     91.06.04.21.23.39;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Manual page for diskwarn.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1991 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.3 91/01/07 17:52:58 mottsmth Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS DISKWARN admin
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. diskwarn \- send mail if a disk partition gets low on space
  42. .SH SYNOPSIS
  43. \fBdiskwarn\fR \fIdomain minfree user\fR [ \fIuser ...\fR]
  44. .SH OPTIONS
  45. .IP \fIdomain\fR 15
  46. The name of the filesystem domain to check.
  47. .IP \fIminfree\fR 15
  48. The minimum acceptable number of free kilobytes.
  49. .IP \fIuser\fR 15
  50. The name of a user who should be notified if there is a problem.
  51. .BE
  52.  
  53. .SH DESCRIPTION
  54. .PP
  55. This program verifies that
  56. .I domain
  57. has at least
  58. .I minfree
  59. kilobytes of free space.  If it doesn't, or if there is some problem
  60. checking
  61. .IR domain ,
  62. it sends mail to the users listed on the command line to notify them
  63. of the problem.  This program was designed to be run from
  64. .BR cron .
  65.  
  66. .SH KEYWORDS
  67. disk, mail, free space, utilization
  68. @
  69.